home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / Kroy Demo / Kroy Sign Studio™ Demo / card_26352.txt < prev    next >
Encoding:
Text File  |  1988-12-01  |  3.2 KB  |  159 lines

  1. -- card: 26352 from stack: in
  2. -- bmap block id: 28862
  3. -- flags: 4000
  4. -- background id: 7352
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put card field "info" into textString
  9.   set the lockText of card field "info" to false
  10.   put empty into card field "info"
  11.   set lockScreen to false
  12.   show card field "info"
  13.   type tab
  14.   repeat with charNumber = 1 to the number of characters in textString
  15.     type char charNumber of textstring
  16.   end repeat
  17.   set the lockText of card field "info" to true
  18.   wait 2 seconds
  19.   hide card field "info"
  20. end openCard
  21.  
  22.  
  23. -- part 1 (button)
  24. -- low flags: 00
  25. -- high flags: 2004
  26. -- rect: left=144 top=314 right=342 bottom=185
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 9301 / 9301
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: PREV
  35. ----- HyperTalk script -----
  36. on mouseUp
  37.   go prev
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 2004
  45. -- rect: left=248 top=314 right=342 bottom=289
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1011 / 1011
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: HOME
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go home
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 3 (button)
  62. -- low flags: 00
  63. -- high flags: 2004
  64. -- rect: left=354 top=314 right=342 bottom=395
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 27009 / 27009
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: NEXT
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   go next
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=30 top=237 right=268 bottom=167
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: next also
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   go next
  95. end mouseUp
  96.  
  97.  
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=8 top=24 right=41 bottom=27
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: next also
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   go to card id 9455
  115. end mouseUp
  116.  
  117.  
  118.  
  119.  
  120. -- part 7 (button)
  121. -- low flags: 00
  122. -- high flags: 2004
  123. -- rect: left=19 top=315 right=342 bottom=59
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 32462 / 32462
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: New Button
  132. ----- HyperTalk script -----
  133. on mouseStillDown
  134.   show card field "info"
  135. end mouseStillDown
  136. on mouseUp
  137.   hide card field "info"
  138. end mouseUp
  139.  
  140.  
  141. -- part 8 (field)
  142. -- low flags: 81
  143. -- high flags: 0004
  144. -- rect: left=149 top=230 right=293 bottom=341
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 3
  149. -- text size: 12
  150. -- style flags: 16384
  151. -- line height: 14
  152. -- part name: info
  153.  
  154.  
  155. -- part contents for card part 8
  156. ----- text -----
  157. After printing, we may leave Sign Studio‚Ñ¢ by selecting "Quit" from the "File" menu.
  158.  
  159.